3.586 \(\int \frac{x^5}{\left (1-x^3\right )^{2/3} \left (1+x^3\right )} \, dx\)

Optimal. Leaf size=95 \[ -\sqrt [3]{1-x^3}+\frac{\log \left (x^3+1\right )}{6\ 2^{2/3}}-\frac{\log \left (\sqrt [3]{2}-\sqrt [3]{1-x^3}\right )}{2\ 2^{2/3}}+\frac{\tan ^{-1}\left (\frac{2^{2/3} \sqrt [3]{1-x^3}+1}{\sqrt{3}}\right )}{2^{2/3} \sqrt{3}} \]

[Out]

-(1 - x^3)^(1/3) + ArcTan[(1 + 2^(2/3)*(1 - x^3)^(1/3))/Sqrt[3]]/(2^(2/3)*Sqrt[3
]) + Log[1 + x^3]/(6*2^(2/3)) - Log[2^(1/3) - (1 - x^3)^(1/3)]/(2*2^(2/3))

_______________________________________________________________________________________

Rubi [A]  time = 0.16553, antiderivative size = 95, normalized size of antiderivative = 1., number of steps used = 6, number of rules used = 6, integrand size = 22, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.273 \[ -\sqrt [3]{1-x^3}+\frac{\log \left (x^3+1\right )}{6\ 2^{2/3}}-\frac{\log \left (\sqrt [3]{2}-\sqrt [3]{1-x^3}\right )}{2\ 2^{2/3}}+\frac{\tan ^{-1}\left (\frac{2^{2/3} \sqrt [3]{1-x^3}+1}{\sqrt{3}}\right )}{2^{2/3} \sqrt{3}} \]

Antiderivative was successfully verified.

[In]  Int[x^5/((1 - x^3)^(2/3)*(1 + x^3)),x]

[Out]

-(1 - x^3)^(1/3) + ArcTan[(1 + 2^(2/3)*(1 - x^3)^(1/3))/Sqrt[3]]/(2^(2/3)*Sqrt[3
]) + Log[1 + x^3]/(6*2^(2/3)) - Log[2^(1/3) - (1 - x^3)^(1/3)]/(2*2^(2/3))

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 9.68162, size = 80, normalized size = 0.84 \[ - \sqrt [3]{- x^{3} + 1} + \frac{\sqrt [3]{2} \log{\left (x^{3} + 1 \right )}}{12} - \frac{\sqrt [3]{2} \log{\left (- \sqrt [3]{- x^{3} + 1} + \sqrt [3]{2} \right )}}{4} + \frac{\sqrt [3]{2} \sqrt{3} \operatorname{atan}{\left (\sqrt{3} \left (\frac{2^{\frac{2}{3}} \sqrt [3]{- x^{3} + 1}}{3} + \frac{1}{3}\right ) \right )}}{6} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(x**5/(-x**3+1)**(2/3)/(x**3+1),x)

[Out]

-(-x**3 + 1)**(1/3) + 2**(1/3)*log(x**3 + 1)/12 - 2**(1/3)*log(-(-x**3 + 1)**(1/
3) + 2**(1/3))/4 + 2**(1/3)*sqrt(3)*atan(sqrt(3)*(2**(2/3)*(-x**3 + 1)**(1/3)/3
+ 1/3))/6

_______________________________________________________________________________________

Mathematica [C]  time = 0.0372521, size = 59, normalized size = 0.62 \[ \frac{\left (\frac{x^3-1}{x^3+1}\right )^{2/3} \, _2F_1\left (\frac{2}{3},\frac{2}{3};\frac{5}{3};\frac{2}{x^3+1}\right )+2 x^3-2}{2 \left (1-x^3\right )^{2/3}} \]

Antiderivative was successfully verified.

[In]  Integrate[x^5/((1 - x^3)^(2/3)*(1 + x^3)),x]

[Out]

(-2 + 2*x^3 + ((-1 + x^3)/(1 + x^3))^(2/3)*Hypergeometric2F1[2/3, 2/3, 5/3, 2/(1
 + x^3)])/(2*(1 - x^3)^(2/3))

_______________________________________________________________________________________

Maple [F]  time = 0.027, size = 0, normalized size = 0. \[ \int{\frac{{x}^{5}}{{x}^{3}+1} \left ( -{x}^{3}+1 \right ) ^{-{\frac{2}{3}}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(x^5/(-x^3+1)^(2/3)/(x^3+1),x)

[Out]

int(x^5/(-x^3+1)^(2/3)/(x^3+1),x)

_______________________________________________________________________________________

Maxima [A]  time = 1.60413, size = 131, normalized size = 1.38 \[ \frac{1}{6} \, \sqrt{3} 2^{\frac{1}{3}} \arctan \left (\frac{1}{6} \, \sqrt{3} 2^{\frac{2}{3}}{\left (2^{\frac{1}{3}} + 2 \,{\left (-x^{3} + 1\right )}^{\frac{1}{3}}\right )}\right ) + \frac{1}{12} \cdot 2^{\frac{1}{3}} \log \left (2^{\frac{2}{3}} + 2^{\frac{1}{3}}{\left (-x^{3} + 1\right )}^{\frac{1}{3}} +{\left (-x^{3} + 1\right )}^{\frac{2}{3}}\right ) - \frac{1}{6} \cdot 2^{\frac{1}{3}} \log \left (-2^{\frac{1}{3}} +{\left (-x^{3} + 1\right )}^{\frac{1}{3}}\right ) -{\left (-x^{3} + 1\right )}^{\frac{1}{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^5/((x^3 + 1)*(-x^3 + 1)^(2/3)),x, algorithm="maxima")

[Out]

1/6*sqrt(3)*2^(1/3)*arctan(1/6*sqrt(3)*2^(2/3)*(2^(1/3) + 2*(-x^3 + 1)^(1/3))) +
 1/12*2^(1/3)*log(2^(2/3) + 2^(1/3)*(-x^3 + 1)^(1/3) + (-x^3 + 1)^(2/3)) - 1/6*2
^(1/3)*log(-2^(1/3) + (-x^3 + 1)^(1/3)) - (-x^3 + 1)^(1/3)

_______________________________________________________________________________________

Fricas [A]  time = 0.221243, size = 181, normalized size = 1.91 \[ -\frac{1}{72} \cdot 4^{\frac{2}{3}} \sqrt{3}{\left (\sqrt{3} \left (-1\right )^{\frac{1}{3}} \log \left (4^{\frac{2}{3}}{\left (-x^{3} + 1\right )}^{\frac{2}{3}} - 2 \cdot 4^{\frac{1}{3}} \left (-1\right )^{\frac{1}{3}}{\left (-x^{3} + 1\right )}^{\frac{1}{3}} + 4 \, \left (-1\right )^{\frac{2}{3}}\right ) - 2 \, \sqrt{3} \left (-1\right )^{\frac{1}{3}} \log \left (4^{\frac{1}{3}}{\left (-x^{3} + 1\right )}^{\frac{1}{3}} + 2 \, \left (-1\right )^{\frac{1}{3}}\right ) - 6 \, \left (-1\right )^{\frac{1}{3}} \arctan \left (-\frac{1}{3} \, \left (-1\right )^{\frac{2}{3}}{\left (4^{\frac{1}{3}} \sqrt{3}{\left (-x^{3} + 1\right )}^{\frac{1}{3}} - \sqrt{3} \left (-1\right )^{\frac{1}{3}}\right )}\right ) + 6 \cdot 4^{\frac{1}{3}} \sqrt{3}{\left (-x^{3} + 1\right )}^{\frac{1}{3}}\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^5/((x^3 + 1)*(-x^3 + 1)^(2/3)),x, algorithm="fricas")

[Out]

-1/72*4^(2/3)*sqrt(3)*(sqrt(3)*(-1)^(1/3)*log(4^(2/3)*(-x^3 + 1)^(2/3) - 2*4^(1/
3)*(-1)^(1/3)*(-x^3 + 1)^(1/3) + 4*(-1)^(2/3)) - 2*sqrt(3)*(-1)^(1/3)*log(4^(1/3
)*(-x^3 + 1)^(1/3) + 2*(-1)^(1/3)) - 6*(-1)^(1/3)*arctan(-1/3*(-1)^(2/3)*(4^(1/3
)*sqrt(3)*(-x^3 + 1)^(1/3) - sqrt(3)*(-1)^(1/3))) + 6*4^(1/3)*sqrt(3)*(-x^3 + 1)
^(1/3))

_______________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{x^{5}}{\left (- \left (x - 1\right ) \left (x^{2} + x + 1\right )\right )^{\frac{2}{3}} \left (x + 1\right ) \left (x^{2} - x + 1\right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x**5/(-x**3+1)**(2/3)/(x**3+1),x)

[Out]

Integral(x**5/((-(x - 1)*(x**2 + x + 1))**(2/3)*(x + 1)*(x**2 - x + 1)), x)

_______________________________________________________________________________________

GIAC/XCAS [F(-2)]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: NotImplementedError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^5/((x^3 + 1)*(-x^3 + 1)^(2/3)),x, algorithm="giac")

[Out]

Exception raised: NotImplementedError